home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2003 February / Pcwk022003b.iso / Antywirusy / Panda AntiVirus Platinum 7 / plat7shin.exe / data1.cab / Comunes / Config.dll / 0 / RCDATA / TALERTASNOTES / TALERTASNOTES.txt < prev   
Text File  |  2002-10-11  |  5KB  |  224 lines

  1. object AlertasNotes: TAlertasNotes
  2.   Tag = 74900
  3.   Left = 299
  4.   Top = 169
  5.   BorderIcons = [biSystemMenu, biHelp]
  6.   BorderStyle = bsSingle
  7.   Caption = 'Configuraci∩┐╜n de alertas en Lotus Notes'
  8.   ClientHeight = 382
  9.   ClientWidth = 422
  10.   Color = 14215660
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   Icon.Data = {<image000.ico>}
  17.   OldCreateOrder = True
  18.   Position = poScreenCenter
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object ButtonAceptar: TPlaButton
  23.     Tag = 2200
  24.     Left = 257
  25.     Top = 350
  26.     Width = 73
  27.     Height = 21
  28.     Caption = '&Aceptar'
  29.     Font.Charset = DEFAULT_CHARSET
  30.     Font.Color = clWindowText
  31.     Font.Height = -11
  32.     Font.Name = 'Tahoma'
  33.     Font.Style = []
  34.     ParentFont = False
  35.     TabOrder = 2
  36.     OnClick = ButtonAceptarClick
  37.     Default = True
  38.     ModalResult = 1
  39.   end
  40.   object ButtonCancel: TPlaButton
  41.     Tag = 2400
  42.     Left = 338
  43.     Top = 350
  44.     Width = 73
  45.     Height = 21
  46.     Caption = '&Cancelar'
  47.     Font.Charset = DEFAULT_CHARSET
  48.     Font.Color = clWindowText
  49.     Font.Height = -11
  50.     Font.Name = 'Tahoma'
  51.     Font.Style = []
  52.     ParentFont = False
  53.     TabOrder = 3
  54.     TabStop = False
  55.     Cancel = True
  56.     ModalResult = 2
  57.   end
  58.   object PlaGroupBox1: TPlaGroupBox
  59.     Tag = 75300
  60.     Left = 14
  61.     Top = 7
  62.     Width = 397
  63.     Height = 169
  64.     TitleFont.Charset = DEFAULT_CHARSET
  65.     TitleFont.Color = 13977088
  66.     TitleFont.Height = -11
  67.     TitleFont.Name = 'MS Sans Serif'
  68.     TitleFont.Style = []
  69.     Caption = 'Destinatarios'
  70.     Font.Charset = DEFAULT_CHARSET
  71.     Font.Color = clWindowText
  72.     Font.Height = -11
  73.     Font.Name = 'Tahoma'
  74.     Font.Style = []
  75.     ParentFont = False
  76.     TabOrder = 0
  77.     object Image3: TImage
  78.       Left = 11
  79.       Top = 22
  80.       Width = 32
  81.       Height = 32
  82.       Picture.Data = {<image001.bmp>}
  83.       Transparent = True
  84.     end
  85.     object Label1: TLabel
  86.       Tag = 75000
  87.       Left = 58
  88.       Top = 19
  89.       Width = 326
  90.       Height = 26
  91.       AutoSize = False
  92.       Caption = 
  93.         'Puedes especificar los usuarios destinatarios del mensaje separ∩┐╜' +
  94.         'ndolos por una coma, por ej. (Abraham,Oscar,Manu).'
  95.       WordWrap = True
  96.     end
  97.     object EditUsers: TPlaEdit
  98.       Left = 58
  99.       Top = 58
  100.       Width = 327
  101.       Height = 21
  102.       Cursor = crIBeam
  103.       Font.Charset = DEFAULT_CHARSET
  104.       Font.Color = clWindowText
  105.       Font.Height = -11
  106.       Font.Name = 'Tahoma'
  107.       Font.Style = []
  108.       MaxLength = 256
  109.       ParentFont = False
  110.       TabOrder = 0
  111.       Transparent = False
  112.     end
  113.     object GBAlertasMensaje: TPlaGroupBox
  114.       Tag = 76900
  115.       Left = 58
  116.       Top = 92
  117.       Width = 327
  118.       Height = 65
  119.       TitleFont.Charset = DEFAULT_CHARSET
  120.       TitleFont.Color = 8408344
  121.       TitleFont.Height = -11
  122.       TitleFont.Name = 'MS Sans Serif'
  123.       TitleFont.Style = []
  124.       Caption = 'En caso de virus en documentos de notes'
  125.       Font.Charset = DEFAULT_CHARSET
  126.       Font.Color = clWindowText
  127.       Font.Height = -11
  128.       Font.Name = 'Tahoma'
  129.       Font.Style = []
  130.       ParentColor = False
  131.       ParentFont = False
  132.       TabOrder = 1
  133.       object CBAlertaAlAutor: TPlaCheckBox
  134.         Tag = 75100
  135.         Left = 14
  136.         Top = 19
  137.         Width = 195
  138.         Height = 16
  139.         Caption = 'Enviar alerta al autor del documento'
  140.         Font.Charset = DEFAULT_CHARSET
  141.         Font.Color = clWindowText
  142.         Font.Height = -11
  143.         Font.Name = 'Tahoma'
  144.         Font.Style = []
  145.         ParentFont = False
  146.         TabOrder = 1
  147.       end
  148.       object CBAlertaAlUsuario: TPlaCheckBox
  149.         Tag = 75200
  150.         Left = 14
  151.         Top = 37
  152.         Width = 208
  153.         Height = 16
  154.         Caption = 'Enviar alerta al usuario del documento.'
  155.         Font.Charset = DEFAULT_CHARSET
  156.         Font.Color = clWindowText
  157.         Font.Height = -11
  158.         Font.Name = 'Tahoma'
  159.         Font.Style = []
  160.         ParentFont = False
  161.         TabOrder = 0
  162.         TabStop = False
  163.       end
  164.     end
  165.   end
  166.   object PlaGroupBox2: TPlaGroupBox
  167.     Tag = 20700
  168.     Left = 14
  169.     Top = 188
  170.     Width = 397
  171.     Height = 91
  172.     TitleFont.Charset = DEFAULT_CHARSET
  173.     TitleFont.Color = 13977088
  174.     TitleFont.Height = -11
  175.     TitleFont.Name = 'MS Sans Serif'
  176.     TitleFont.Style = []
  177.     Caption = 'Mensaje de alerta'
  178.     Font.Charset = DEFAULT_CHARSET
  179.     Font.Color = clWindowText
  180.     Font.Height = -11
  181.     Font.Name = 'Tahoma'
  182.     Font.Style = []
  183.     ParentFont = False
  184.     TabOrder = 1
  185.     object Image1: TImage
  186.       Left = 11
  187.       Top = 22
  188.       Width = 32
  189.       Height = 32
  190.       Picture.Data = {<image002.bmp>}
  191.       Transparent = True
  192.     end
  193.     object Label3: TLabel
  194.       Tag = 21800
  195.       Left = 58
  196.       Top = 19
  197.       Width = 329
  198.       Height = 26
  199.       AutoSize = False
  200.       Caption = 
  201.         'Puedes escribir el mensaje que desees sea mostrado cuando se enc' +
  202.         'uentre un virus.'
  203.       WordWrap = True
  204.     end
  205.     object EditNotesMensaje: TPlaEdit
  206.       Left = 58
  207.       Top = 58
  208.       Width = 329
  209.       Height = 21
  210.       Cursor = crIBeam
  211.       Font.Charset = DEFAULT_CHARSET
  212.       Font.Color = clWindowText
  213.       Font.Height = -11
  214.       Font.Name = 'Tahoma'
  215.       Font.Style = []
  216.       MaxLength = 256
  217.       ParentFont = False
  218.       TabOrder = 0
  219.       Text = 'ATENCI∩┐╜N, VIRUS ENCONTRADO'
  220.       Transparent = False
  221.     end
  222.   end
  223. end
  224.